home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’95 / MagicTitle / MagicTitle Source&Stuff / Source / FileSystemStuff.h < prev    next >
Encoding:
Text File  |  1995-06-22  |  248 b   |  11 lines  |  [TEXT/MMCC]

  1. // FileSystemStuff.h
  2.  
  3. #ifndef __FILESYSTEMSTUFF__
  4. #define __FILESYSTEMSTUFF__
  5.  
  6. #include <Files.h>
  7.  
  8. OSErr GetParent(const FSSpec *item, FSSpec *parent);
  9. OSErr MyFSMakeFSSpec(short volume, long directory, ConstStr255Param name, FSSpec *spec);
  10.  
  11. #endif